I have a model Item class Item(models.Model): id = models.IntegerField(primary_key=True) title = models.CharField(max_length=140, blank=True) descr
I have an Enum like so: public Enum Status { Draft, Submitted, Accepted } Currently, when I sort by Status, it will come back in the order of the Enum, a
I want to create a custom search bar to query my firestore document retrieve collection based on user input. I know there are better options to do this like Alg
I am trying to scan and manipulate DOM of a webpage the following Code: var elements = document.querySelectorAll('*'); for (var i = 0; i < elements.length; i
I'm developing a web app with Spring + Mustache and I'm having a bit of trouble with this bit of code: {{#concerts}} <section class="page-section">
I am using mockito for unit testing and I want to skip a line. // method I am testing public String doSomeTask(String src, String dst) { // some code
I try to delete the old profilepicture in storage file but it is not working. below is my screenshot of my files and this is my code in update profile controll
how to check array element is empty. its giving false. how to get the element is blank or not. in array element contains some space. Code let TestNumber= DATA-